Skip to content

Conversation

@dido18
Copy link
Owner

@dido18 dido18 commented Nov 16, 2025

Motivation

I discovered the amazing teachable machine project.
It allows training a model (via tensorflow.js) via a web browser into 3 different fields: images. sound, pose detection

Advantages with respect to edge impulse: runs ona web browser, the trainer is for kids, lower latency.

Changes

  • expose an HTTP endpoint to download the model. A model is a folder with the following files:
├── metadata.json  
├── model.json
└── weights.bin
  • extension to download the model and use it

@dido18 dido18 marked this pull request as draft November 16, 2025 20:14
@dido18
Copy link
Owner Author

dido18 commented Nov 23, 2025

Supersede by #43
Since here PRG forks already provides a teachable machine extension

@dido18 dido18 closed this Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants